home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / misc / RecentScript.lha / RecentScript / Configs / MountFTP DOS.intro < prev    next >
Encoding:
Text File  |  1997-04-04  |  309 b   |  25 lines

  1. ; Amiga DOS - Download script for MountFTP
  2. ;
  3. ; Script generated by RecentScript
  4.  
  5. failat 21
  6.  
  7. echo "Connecting %1..." noline
  8. cd >NIL: "%1"
  9.  
  10. if FAIL
  11.   echo " failed"
  12.   quit
  13. endif
  14. echo " succeeded"
  15.  
  16.  
  17. echo "Change directory to '%2'..." noline
  18. cd >NIL: "%2"
  19.  
  20. if FAIL
  21.   echo " failed"
  22.   quit
  23. endif
  24. echo " succeeded"
  25.